fixed description spilling over

Judy Ngai 9 年之前
父节点
当前提交
084f0e13af
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      app/models/agents/twitter_favorites.rb

+ 5 - 0
app/models/agents/twitter_favorites.rb

@@ -6,10 +6,15 @@ module Agents
6 6
 
7 7
     description <<-MD
8 8
       The Twitter Favorites List Agent follows the favorites list of a specified Twitter user.
9
+
9 10
       #{twitter_dependencies_missing if dependencies_missing?}
11
+
10 12
       To be able to use this Agent you need to authenticate with Twitter in the [Services](/services) section first.
13
+
11 14
       You must also provide the `username` of the Twitter user, `number` of latest tweets to monitor and `history' as number of tweets that will be held in memory.
15
+
12 16
       Set `expected_update_period_in_days` to the maximum amount of time that you'd expect to pass between Events being created by this Agent.
17
+      
13 18
       Set `starting_at` to the date/time (eg. `Mon Jun 02 00:38:12 +0000 2014`) you want to start receiving tweets from (default: agent's `created_at`)
14 19
     MD
15 20